home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10663 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: druid.borland.com!usenet
  2. From: mstave@wpo.borland.com (Matt Stave)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: codeguard
  5. Date: Sat, 09 Mar 1996 01:56:48 GMT
  6. Organization: Borland International
  7. Message-ID: <4hqoim$kce@druid.borland.com>
  8. References: <4hg1b6$aov@rhea.glo.be>
  9. NNTP-Posting-Host: mstave2.borland.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12.  
  13. kdesmet@glo.be (koen de smet) wrote:
  14.  
  15. >Codeguard bugs... can anyone help me or has the same problem???
  16. >When codeguard discovers a bug, you have to push Terminate, but the program falls into DOS... quite annoying!!
  17. >Are there patches to overcome this problem?
  18. >Borland claims not to know this bug (besides thousands others in this product?)
  19.  
  20. >kdesmet@glo.be
  21.  
  22. KDesmet,  
  23.  
  24. The dialog with "Terminate" in it comes from the operating system, not
  25. from CodeGuard.   CodeGuard does not attempt to terminate your app
  26. when it detects errors.  What I suspect has happened is that your
  27. program accessed invalid memory, or jumped to somplace illegal and the
  28. operating system in pulling the plug.
  29.  
  30. --- Matt
  31.  
  32.